Because it's an active development target.
Signed-off-by: Colin Walters <walters@verbum.org>
cancel-in-progress: true
jobs:
- c9s-e2e:
+ e2e:
runs-on: ubuntu-24.04
+ strategy:
+ fail-fast: false
+ matrix:
+ stream: [stream9, stream10]
steps:
- uses: actions/checkout@v4
- name: Installdeps
sudo apt update
sudo apt install -y crun/testing podman/testing skopeo/testing
- name: build
- run: sudo just build
+ run: sudo just build --build-arg=base=quay.io/centos-bootc/centos-bootc:${{ matrix.stream }}
- name: unitcontainer
run: sudo just unitcontainer
- name: unittest
if: failure()
uses: actions/upload-artifact@v4
with:
- name: test-suite-log
+ name: test-suite-log-${{ matrix.stream }}
path: target/unittest